home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 May / macformat-024.iso / Shareware City / Developers / nshellmegasource1.50 / mega src / commands / tail.π.rsrc / tail.π.rsrc.rsrc / TEXT_16000_man general.txt next >
Encoding:
Text File  |  1994-11-27  |  412 b   |  24 lines

  1.  
  2. NAME
  3.  
  4. tail - copy the last part of files
  5.  
  6. SYNOPSIS
  7.  
  8. tail [-n number] [file1] [file2] . . . 
  9.  
  10. DESCRIPTION
  11.  
  12. The "tail" command copies the last "n" lines of a file.  If no option is given, a default of ten lines are copied.
  13.  
  14. Note: "lines" are defined as carriage returns.  A line may wrap several times in your shell window, but still be counted as a single line.
  15.  
  16. RETURN CODES
  17.  
  18. <0    Error
  19. 0    Success
  20.  
  21. SEE ALSO
  22.  
  23. head
  24.